home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-070.nasl < prev    next >
Text File  |  2005-03-31  |  2KB  |  68 lines

  1. # This script was automatically generated from the dsa-070
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. The netkit-telnet daemon contained in the telnetd package version
  12. 0.16-4potato1, which is shipped with
  13. the "stable" (2.2, potato) distribution of Debian GNU/Linux, is vulnerable to an
  14. exploitable overflow in its output handling.
  15.  
  16.  
  17. The original bug was found by <scut@nb.in-berlin.de>, and announced to
  18. bugtraq on Jul 18 2001. At that time, netkit-telnet versions after 0.14 were
  19. not believed to be vulnerable.
  20.  
  21.  
  22. On Aug 10 2001, zen-parse posted an advisory based on the same problem, for
  23. all netkit-telnet versions below 0.17.
  24.  
  25.  
  26. More details can be found on http://online.securityfocus.com/archive/1/203000.
  27. As Debian uses the `telnetd\' user to run in.telnetd, this is not a remote
  28. root compromise on Debian systems; however, the user `telnetd\' can be compromised.
  29.  
  30. We strongly advise you update your telnetd package to the versions
  31. listed below.
  32.  
  33.  
  34.  
  35. Solution : http://www.debian.org/security/2001/dsa-070
  36. Risk factor : High';
  37.  
  38. if (description) {
  39.  script_id(14907);
  40.  script_version("$Revision: 1.4 $");
  41.  script_xref(name: "DSA", value: "070");
  42.  script_cve_id("CVE-2001-0554");
  43.  script_bugtraq_id(3064);
  44.  
  45.  script_description(english: desc);
  46.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  47.  script_name(english: "[DSA070] DSA-070-1 netkit-telnet");
  48.  script_category(ACT_GATHER_INFO);
  49.  script_family(english: "Debian Local Security Checks");
  50.  script_dependencies("ssh_get_info.nasl");
  51.  script_require_keys("Host/Debian/dpkg-l");
  52.  script_summary(english: "DSA-070-1 netkit-telnet");
  53.  exit(0);
  54. }
  55.  
  56. include("debian_package.inc");
  57.  
  58. w = 0;
  59. if (deb_check(prefix: 'telnet', release: '2.2', reference: '0.16-4potato.2')) {
  60.  w ++;
  61.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package telnet is vulnerable in Debian 2.2.\nUpgrade to telnet_0.16-4potato.2\n');
  62. }
  63. if (deb_check(prefix: 'telnetd', release: '2.2', reference: '0.16-4potato.2')) {
  64.  w ++;
  65.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package telnetd is vulnerable in Debian 2.2.\nUpgrade to telnetd_0.16-4potato.2\n');
  66. }
  67. if (w) { security_hole(port: 0, data: desc); }
  68.